Calling a remote stored procedure with no result set means that the overhead added by federation is limited to name and type mapping between local and remote names and input parameters. 如果调用没有结果集的远程存储过程,那么联邦所增加的开销仅限于本地和远程名称及输入参数之间的名称和类型映射。
After calling the SEARCH stored procedure, we can retrieve the result set from the CallableStatement. 调用SEARCH存储过程后,就可以从CallableStatement读取结果集了。
In the output from calling the stored procedure, you can see the difference between extracting an XML element, and extracting the value of an XML element. 在调用存储过程的输出中,可以看到提取XML元素与提取XML元素值之间的差异。
Association rule mining is invoked by calling a stored procedure as all other mining operations in InfoSphere Warehouse. 对关联规则挖掘的调用是通过调用一个存储过程完成的,与InfoSphereWarehouse内的所有其他挖掘操作无异。
The user can interactively invoke mining by calling a corresponding stored procedure on the database from a Cognos report. 从Cognos报告中,用户可以通过调用数据库上相应的存储过程,交互式地调用数据挖掘。
This can either be a scheduled update that was configured when calling SYSPROC. SYSTS_CRTCOL, or a manual update by calling the UPDATE stored procedure. 更新过程可以是一个调用SYSPROC.SYSTSCRTCOL配置的定时更新,也可以是通过调用UPDATE存储过程进行的手动更新。
The caller must ensure to perform COMMIT after calling this procedure to save the explain information. 调用者必须在调用这个过程后执行COMMIT来保存解释信息。
Without a collection type such as arrays, the application would need to store the list of items on a table prior to calling the stored procedure, have the stored procedure read the list by selecting from the table and then delete the list. 在没有诸如阵列的集合类型的情况下,应用程序需要在调用存储过程之前在表中存储项目的列表,使存储过程通过从表中选择来读取列表,然后再删除该列表。
They often contain parameters, and calling a stored procedure consists of filling the parameters with the required values and then executing a CALL to the stored procedure. 它们通常包含参数,并调用一个由所需值填充的参数所组成的存储过程,然后执行一个对存储过程的调用。
In a general application, a called procedure runs in the same address space and results are returned to the calling procedure. 在一般的应用程序中,被调用的过程在相同的地址空间中运行,并把结果返回给发出调用的过程。
In the following example, we were faced with the challenge of calling a stored procedure named OUT_LANGUAGE that returns one OUT parameter named OUT_LANGUAGE. 在下列例子中,我们面临着调用名为OUTLANGUAGE的存储过程的挑战,该存储过程返回一个名为OUTLANGUAGE的OUT参数。
Calling a stored procedure with a resource injection 访问一个带有资源注入的存储过程
Calling a stored procedure through JDBC 通过JDBC来访问一个储存的程序
For example, you could write a Trigger and Trigger calling User Defined Function, or write a Trigger and Trigger calling a Java Stored Procedure. 例如,可以编写触发器,而让触发器调用用户定义函数;或编写触发器,而让触发器调用Java存储过程。
Searching the collection is done by calling the SEARCH stored procedure. 搜索collection通过调用SEARCH存储过程来完成。
Statement several times to return to the calling code when the procedure does not need to do anything else. 语句多次,以便在过程无需执行任何其他操作时返回到调用代码。
They can also return a status value to a calling procedure or a batch execution to indicate success or failure. 它们还可以将状态值返回给调用过程或批处理执行过程,以指示操作成功或失败。
If you are calling a procedure without supplying any arguments, you can include empty parentheses or leave them out altogether. 如果您正在调用不提供任何参数的过程,则可以包含空括号,也可完全省略。
If the associated process does not exit by the end of the interval because the request to terminate is denied, false is returned to the calling procedure. 如果由于终止请求被拒绝,因而关联进程在该间隔结束时未退出,则将向调用过程返回false。
In order to well dispose the time when database application systems use store procedures, how to realize Delphi calling store procedure in book making profit module is introduced in this thesis. 为了处理好开发数据库应用系统采用存储过程的时机,介绍了Delphi调用存储过程在图书创利结算模块中的技术实现。
The Method of Fortran Language Calling the Procedure of C Language FORTRAN程序调用C语言函数过程的方法
The application technology of CORBA object calling store procedure CORBA对象调用存储过程的应用技术
Application of stack to understand nesting and calling procedure ( or function) of Pascal 栈在理解PASCAL程序过程(或函数)嵌套调用中的应用
Firstly, this paper presents the related knowledge such as Web Services 'architecture, protocol, calling procedure and XML technology. 本文首先介绍了WebServices的体系结构,主要协议,WebServices的调用过程以及描述异构性的XML技术;
Effective calling SQL server stored procedure with returned value can promote the running of Power Builder program. Meanwhile, the maintenance ability and expansibility are strengthened. 有效地调用有返回值的SqlServer存储过程,可以提高POWERBUILDER程序运行效率,同时也加强了系统的易维护性及扩展性。
Development and Application of Delphi Calling Store Procedure in Publish Press MIS Delphi调用存储过程在出版社MIS的开发应用
Calling Store Procedure Based on XML 基于XML的存储过程调用
A detailed description of the two tracking algorithms. Secondly, the paper briefly introduce characteristics of the ARM microprocessor and calling standard of ARM procedure, and implement coarse-grained and fine-grained tracking algorithm on ARM simulation platform. 对两种跟踪方式的算法进行了详细描述;其次,简单介绍了ARM微处理器的特点以及ARM函数调用标准。
When calling remote methods, transaction maker is in the blocked status before the calling procedure returns. The transaction proceeds after the caller procedure returns successfully. 当调用其它子模块的方法时,事务发起者在方法调用返回之前,一直处于阻塞状态,直到被调用者成功返回,事务才可以继续进行。
The simulation results of dynamic and real-time tracking simulation process can be shown in the interface by calling the background calculation procedure. 用户通过调用后台的计算程序,在前台界面中动态显示模拟结果,实时跟踪模拟过程。